home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000379_news@columbia.edu_Mon Jul 17 22:13:47 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA05511
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 17 Jul 1995 18:13:50 -0400
  3. Received: by apakabar.cc.columbia.edu id AA03127
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 17 Jul 1995 18:13:49 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Issue modem commands C-Kermt
  9. Date: 17 Jul 1995 22:13:47 GMT
  10. Organization: Columbia University
  11. Lines: 14
  12. Message-Id: <3uenar$31j@apakabar.cc.columbia.edu>
  13. References: <3uebmv$t56@cpmt.cyberport.net>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3uebmv$t56@cpmt.cyberport.net>,  <christmn@cyberport.net> wrote:
  18. : Using C-Kermit I want to issue various AT modem commands to our
  19. : modems. For example, AT&V (show configuration profiles). I have
  20. : several docs I've ftp'd regarding the use of C-Kermit, but I cannot
  21. : find anything explaing how I do this :(
  22. As explained in the manual:
  23.  
  24.   set carrier off
  25.   connect
  26.  
  27. and then type AT commands to your heart's content.
  28.  
  29. - Frank